############################################
# Allied intervention in German-Polish War
############################################

event = { 
id = 999999
random = no 
country = ENG

	trigger = {
		war = { country = GER country = POL }
		}

	name = "Allies declare war on Axis"
	desc = ""
	style = 0

	date = { day = 2 month = september year = 1939 }

	action_a = {
		name = "Declare war!"
		command = { type = war which = GER }
	}
	action_b = {
		name = "Peace is more important than Poland"
		command = { type = dissent value = 10 }
	}

}

